ScorecardService.createScorecard Method

Creates a scorecard based on the scorecard given. The ID field should be left blank, as it will be populated after the object is created.
 

Parameters

scorecard

Type: Scorecard
The scorecard to create and save.

Return Value


Type: jQuery.Promise
Value: dundas.entities.Scorecard
A promise object that is resolved when the call is complete. If successful, the created dundas.entities.Scorecard is returned.